home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / pln3pts.6 < prev    next >
Text File  |  1996-07-16  |  243b  |  15 lines

  1. .TH PLN3PTS
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. PLN3PTS
  5.  
  6.  
  7.  
  8.  PlaneType PLN3PTS( PointType Pt1, PointType Pt2, PointType Pt3 )
  9.  
  10. Computes a plane out of three points.
  11.  
  12. Example:
  13.  
  14.  Pl1 = PLN3PTS( point( 0, 0, 0 ), point( 0, 1, 0 ), point( 1, 0, 0 ) );
  15.